Welcome![Sign In][Sign Up]
Location:
Search - algorithm draw graph

Search list

[Software Engineeringtuxingshujujiegou

Description: 构造一个有向图或无向图,选用一种存储结构,分别输出其深度优先和广度优先的结果。 先按自己的意图画出一个顶点不少于8个、边不少于6条的有向图或无向图,用邻接矩阵或邻接表的存储结构,输入图的顶点信息和边的信息,然后调用深度优先和广度优先搜索算法,看结果是否正确。 -Construct a directed graph or undirected graph, choose a storage structure, respectively, the output of its depth-first and breadth-first results. To their own intention to draw a point of not less than eight, edge not less than six of the directed graph or undirected graph with adjacency matrix or adjacency list of the storage structure, type map information and the edge of vertex information, and then call the depth-first and breadth first search algorithm to see the results are correct.
Platform: | Size: 83968 | Author: pujianjun | Hits:

[Graph Drawinggraph

Description: 用MFC做的绘图程序,里面的画线算法,画圆算法,梁友栋算法,扫描线种子填充算法等等都是严格按照书本的编写,适合学计算机图形学的初学者参考-Using MFC to do the drawing program, draw lines inside algorithm, drawcircle algorithm, You-Xin Liang Dong algorithms, scan line seed fill algorithm and so on are all in strict accordance with the preparation of books for beginners to learn the computer graphics reference
Platform: | Size: 4907008 | Author: www | Hits:

[Graph Drawinggraph

Description: 直接使用windows API写的,绘制直线的算法的展示,以十倍大小显示-Direct use of the windows API to write and draw a straight line of the display of the algorithm to ten times the size of display
Platform: | Size: 48128 | Author: 孟令钊 | Hits:

[OpenGL programgraph_drawing

Description: 二维图形的绘画。用DDA算法、中点算法、Bresenham算法实现直线段的绘制;用正负法和Bresenham算法实现圆的绘制。-Two-dimensional graph drawing. With the DDA algorithm, the midpoint algorithm, Bresenham straight line drawing algorithm with positive and negative law and Bresenham algorithm to draw a circle.
Platform: | Size: 1953792 | Author: 陈博灿 | Hits:

[Graph DrawingKochquxianwenfamoxingsuanfa

Description: 绘制图形,用Koch曲线文法模型算法来绘制图形-Draw graphics, Koch curve to draw the graph grammar model algorithm
Platform: | Size: 248832 | Author: 陈芸 | Hits:

[Special EffectsLargeGraphs2DLayout

Description: 画图算法(graph drawing):用算法自动地画无向大图,可用于可视化及社会关系网络等。作者博士学习期间的研究。含代码和论文。-Graph Drawing: an important branch of information visualization. This algorithm package is to draw large undirected graphs
Platform: | Size: 906240 | Author: weihua | Hits:

[Graph Drawingjisunjituxingxue

Description: 利用计算机编程语言绘制图形,主要实现以下内容: (1)、中点算法生成任意斜率直线,并设置线型线宽。 (2)、中点算法生成圆 (3)、中点算法生成椭圆 (4)、扫描算法实现任意多边形填充 (5)、Cohen_Sutherland裁剪 (6)、自由曲线与曲面的绘制 (7)、二维图形变换 (8)、三视图变换 -Draw graphics using computer programming languages, mainly to achieve the following: (1), the midpoint algorithm to generate random slope line, and set the line width. (2), the midpoint algorithm to generate a round (3), the midpoint algorithm to generate oval (4), scanning polygon fill algorithm (5), Cohen_Sutherland cutting (6), free to draw curves and surfaces (7), two-dimensional graph transformation (8), three view transformation
Platform: | Size: 239616 | Author: zoeondine | Hits:

[matlab16QAMkuaizhuangdaopinSANZHONGSUANFA

Description: 块状导频三种信道估计算法的比较,画出了图形进行比较-Three kinds of block pilot channel estimation algorithm, draw a graph to compare
Platform: | Size: 57344 | Author: 张树鹏 | Hits:

[2D GraphicGraph

Description: 计算机图形学,用算法来完成“圆,椭圆,斜线,填充,裁剪”等功能。 每次只能画一个点。-Computer graphics, using the algorithm to complete the circle, ellipse, slash, filling, cutting functions. You can only draw a point.
Platform: | Size: 58368 | Author: wang | Hits:

[AlgorithmGraphColoring

Description: Graph colloring problem solved with genetic algorithm using visual studio 2010 C# language. with capability of draw graph.
Platform: | Size: 60416 | Author: Amir soleimani | Hits:

[Graph Drawingtianchong

Description: 利用填充算法,借助栈的结构,完成对图形的填色过程。先画出封闭图形,然后使用填充对其涂色。-Filling algorithm, with the structure of the stack, complete the coloring process graphics. First to draw closed graph, and then use fill its coloring.
Platform: | Size: 2345984 | Author: 上官凝荫 | Hits:

[matlabNumerical-analysis-usingMATLAB-

Description: 上传的文件对数值分析课本里 Lagrange插值,Newton插值,三次样条差值,复合梯形公式和复合辛普森公式积,龙贝格算法,高斯消去法,LU分解,改进欧拉法MATLAB编程,并画出图形。-Upload the file to the numerical analysis textbook Lagrange interpolation, Newton interpolation, three times spline interpolation, the composite trapezoidal formula and Simpson formula of composite product, Romberg algorithm, decomposition of LU Gauss elimination method, the improved Euler method, MATLAB programming, and draw the graph.
Platform: | Size: 95232 | Author: 庞烁烁 | Hits:

[AlgorithmNumerical-analysis-MATLAB-

Description: 上传的文件对数值分析课本里 Lagrange插值,Newton插值,三次样条差值,复合梯形公式和复合辛普森公式积,龙贝格算法,高斯消去法,LU分解,改进欧拉法MATLAB编程,并画出图形。-Upload the file to the numerical analysis textbook Lagrange interpolation, Newton interpolation, three times spline interpolation, the composite trapezoidal formula and Simpson formula of composite product, Romberg algorithm, decomposition of LU Gauss elimination method, the improved Euler method, MATLAB programming, and draw the graph.
Platform: | Size: 95232 | Author: 庞烁烁 | Hits:

[matlabsuijitu

Description: 本算法能够按照两种策略生成并绘制随机图,但是对于生成的随机图的属性分析不够完善,从代码中能够看出作者并没有完成本算法关于“平均路径长度”、“聚类系数”和“平均度”三个属性的求解。-The algorithm is able to follow two strategies to generate and draw random graph, but for the properties generated random graph analysis is not perfect, it can be seen from the code of the algorithm is not complete on the "average path length", "clustering coefficient" and "the average degree of" solving the three properties
Platform: | Size: 1024 | Author: 薇薇 | Hits:

[OtherC-example003

Description: 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程:R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。*思考题:实现函数y=x2的图形与圆的图形叠加显示 .-On the screen with the "*" to draw a hollow circle* Analysis and algorithm design: print available around the symmetry circle graph. According to the circle equation: R* R = X* X+ Y* Y can calculate the correspondence between each point on the circle of rows and columns.* Questions: Implement the function y = x2 graphics and circle graphic overlay display.
Platform: | Size: 6144 | Author: 胡朋葛友 | Hits:

[OtherC-example004

Description: 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程:R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。*思考题:实现函数y=x2的图形与圆的图形叠加显示.-On the screen with the "*" to draw a hollow circle* Analysis and algorithm design: print available around the symmetry circle graph. According to the circle equation: R* R = X* X+ Y* Y can calculate the correspondence between each point on the circle of rows and columns.* Questions: Implement the function y = x2 graphics and circle graphic overlay display.
Platform: | Size: 65536 | Author: 胡朋葛友 | Hits:

[OtherC-example005

Description: 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程:R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。*思考题:实现函数y=x2的图形与圆的图形叠加显示.-On the screen with the "*" to draw a hollow circle* Analysis and algorithm design: print available around the symmetry circle graph. According to the circle equation: R* R = X* X+ Y* Y can calculate the correspondence between each point on the circle of rows and columns.* Questions: Implement the function y = x2 graphics and circle graphic overlay display.
Platform: | Size: 5120 | Author: 胡朋葛友 | Hits:

[OpenCVcanny

Description: 检测一个图形的轮廓并进行画出,该算法的精度很高。-Detection and draw the outline of a graph,High precision of the algorithm.
Platform: | Size: 4849664 | Author: 吴远栋 | Hits:

[matlabCG_LANCZOS_MINRES

Description: 包含CG、Minres和Lanczos算法及LU和QR分解等多种算法,可以很好的适用于1000阶及其以上矩阵的计算,绘制残差与步数的关系图-Contains CG, Minres and Lanczos algorithm and LU and QR decomposition of a variety of algorithms, it can be a good step for calculating 1000 and above the matrix, and the number of steps to draw the residual graph
Platform: | Size: 8192 | Author: 王睿 | Hits:

[OpenCVOneCutWithSeeds_v1.03

Description: one cut 算法是微软研究院发表的一篇关于前背景图像分割论文,用户只需简单地交互,即可快速分割前背景,代码比较清晰,内部graph cut和gmm等一些算法可以拿来学习或借鉴。-one cut algorithm is the Microsoft Research published a paper on the front background image segmentation, the user simply interact, you can quickly split before the background, the code is relatively clear, internal graph cut and gmm and some algorithms can be used to learn or draw .
Platform: | Size: 17192960 | Author: 石华杰 | Hits:
« 12 »

CodeBus www.codebus.net